home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2002-06-14  |  4KB  |  153 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 225
  3.   Top = 122
  4.   BorderStyle = bsNone
  5.   Caption = 'About'
  6.   ClientHeight = 283
  7.   ClientWidth = 492
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 492
  26.     Height = 283
  27.     Align = alClient
  28.     BevelInner = bvLowered
  29.     BevelWidth = 3
  30.     ParentColor = True
  31.     TabOrder = 0
  32.     OnClick = Panel1Click
  33.     DesignSize = (
  34.       492
  35.       283)
  36.     object Image1: TImage
  37.       Left = 320
  38.       Top = 129
  39.       Width = 154
  40.       Height = 141
  41.       Anchors = [akRight, akBottom]
  42.       AutoSize = True
  43.       Picture.Data = {<image000.bmp>}
  44.       Proportional = True
  45.       OnClick = Panel1Click
  46.     end
  47.     object Label1: TLabel
  48.       Left = 112
  49.       Top = 12
  50.       Width = 291
  51.       Height = 39
  52.       Caption = 'CD Label Designer'
  53.       Font.Charset = ANSI_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -32
  56.       Font.Name = 'Tahoma'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       OnClick = Panel1Click
  60.     end
  61.     object Label2: TLabel
  62.       Left = 112
  63.       Top = 56
  64.       Width = 48
  65.       Height = 16
  66.       Caption = 'version'
  67.       Font.Charset = ANSI_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -13
  70.       Font.Name = 'Tahoma'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       OnClick = Panel1Click
  74.     end
  75.     object Label3: TLabel
  76.       Left = 112
  77.       Top = 262
  78.       Width = 168
  79.       Height = 13
  80.       Cursor = crHandPoint
  81.       Hint = 'http://www.datalandsoftware.com'
  82.       Anchors = [akLeft, akBottom]
  83.       Caption = 'Copyright '#169' by Dataland Software'
  84.       Font.Charset = ANSI_CHARSET
  85.       Font.Color = clBlue
  86.       Font.Height = -11
  87.       Font.Name = 'Tahoma'
  88.       Font.Style = [fsUnderline]
  89.       ParentFont = False
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       OnClick = Label3Click
  93.       OnMouseEnter = Label3MouseEnter
  94.       OnMouseLeave = Label3MouseLeave
  95.     end
  96.     object Label4: TLabel
  97.       Left = 112
  98.       Top = 96
  99.       Width = 70
  100.       Height = 16
  101.       Caption = 'prerelease'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clRed
  104.       Font.Height = -13
  105.       Font.Name = 'Tahoma'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.       OnClick = Panel1Click
  109.     end
  110.     object Label5: TLabel
  111.       Left = 112
  112.       Top = 76
  113.       Width = 30
  114.       Height = 16
  115.       Caption = 'build'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clWindowText
  118.       Font.Height = -13
  119.       Font.Name = 'Tahoma'
  120.       Font.Style = [fsBold]
  121.       ParentFont = False
  122.       OnClick = Panel1Click
  123.     end
  124.     object Label6: TLabel
  125.       Left = 112
  126.       Top = 148
  127.       Width = 221
  128.       Height = 16
  129.       Caption = 'Registered to: Vladimir Radmilovic'
  130.       Font.Charset = ANSI_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -13
  133.       Font.Name = 'Tahoma'
  134.       Font.Style = [fsBold]
  135.       ParentFont = False
  136.       ShowAccelChar = False
  137.       Transparent = True
  138.       OnClick = Panel1Click
  139.     end
  140.     object Panel2: TPanel
  141.       Left = 6
  142.       Top = 6
  143.       Width = 100
  144.       Height = 271
  145.       Align = alLeft
  146.       BevelOuter = bvNone
  147.       Color = 12884326
  148.       TabOrder = 0
  149.       OnClick = Panel1Click
  150.     end
  151.   end
  152. end
  153.